home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-05-01 | 304 b | 16 lines | [TEXT/MPS ] |
- #ifndef __QUICKDRAW__
- #include "Quickdraw.h"
- #endif
-
- // This file contains the constructors for GrafPort and CGrafPort. They do
- // nothing but are required in an implementation file since they are called
- // from inline constructor of WindowRecord.
-
- GrafPort::GrafPort ()
- {
- }
-
- CGrafPort::CGrafPort ()
- {
- }
-